2026-04-10 18:34:12,236 [ 334323 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:53, check_args_and_update_paths) 2026-04-10 18:34:12,236 [ 334323 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:79, check_args_and_update_paths) 2026-04-10 18:34:12,236 [ 334323 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:90, check_args_and_update_paths) 2026-04-10 18:34:12,236 [ 334323 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:92, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_5dcu7g --privileged --dns-search='.' --memory=30709030912 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel1_1.jsonl --report-log-exclude-logs-on-passed-tests test_keeper_memory_soft_limit/test.py::test_soft_limit_create test_mask_sensitive_info/test.py::test_create_table test_mask_sensitive_info/test.py::test_table_functions -vvv " altinityinfra/integration-tests-runner:226bfaf75ac1 '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache Test order randomisation NOT enabled. Enable with --random-order or --random-order-bucket= rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: timeout-2.3.1, repeat-0.9.3, order-1.0.0, reportlog-0.4.0, xdist-3.5.0, random-order-1.1.1 timeout: 900.0s timeout method: signal timeout func_only: False created: 10/10 workers 10 workers [3 items] scheduling tests via LoadFileScheduling test_mask_sensitive_info/test.py::test_create_table test_keeper_memory_soft_limit/test.py::test_soft_limit_create [gw1] [ 33%] SKIPPED test_keeper_memory_soft_limit/test.py::test_soft_limit_create [gw0] [ 66%] FAILED test_mask_sensitive_info/test.py::test_create_table test_mask_sensitive_info/test.py::test_table_functions [gw0] [100%] FAILED test_mask_sensitive_info/test.py::test_table_functions =================================== FAILURES =================================== ______________________________ test_create_table _______________________________ [gw0] linux -- Python 3.10.12 /usr/bin/python3 def test_create_table(): password = new_password() azure_conn_string = cluster.env_variables["AZURITE_CONNECTION_STRING"] account_key_pattern = re.compile("AccountKey=.*?(;|$)") masked_azure_conn_string = re.sub( account_key_pattern, "AccountKey=[HIDDEN]\\1", azure_conn_string ) masked_sas_conn_string = 'BlobEndpoint=https://my-endpoint/;SharedAccessSignature=[HIDDEN]' azure_storage_account_url = cluster.env_variables["AZURITE_STORAGE_ACCOUNT_URL"] azure_account_name = "devstoreaccount1" azure_account_key = "Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==" table_engines = [ f"MySQL('mysql80:3306', 'mysql_db', 'mysql_table', 'mysql_user', '{password}')", f"PostgreSQL('postgres1:5432', 'postgres_db', 'postgres_table', 'postgres_user', '{password}')", f"MongoDB('mongo1:27017', 'mongo_db', 'mongo_col', 'mongo_user', '{password}')", f"S3('http://minio1:9001/root/data/test1.csv')", f"S3('http://minio1:9001/root/data/test2.csv', 'CSV')", f"S3('http://minio1:9001/root/data/test3.csv.gz', 'CSV', 'gzip')", f"S3('http://minio1:9001/root/data/test4.csv', 'minio', '{password}', 'CSV')", f"S3('http://minio1:9001/root/data/test5.csv.gz', 'minio', '{password}', 'CSV', 'gzip')", f"MySQL(named_collection_1, host = 'mysql80', port = 3306, database = 'mysql_db', table = 'mysql_table', user = 'mysql_user', password = '{password}')", f"MySQL(named_collection_2, database = 'mysql_db', host = 'mysql80', port = 3306, password = '{password}', table = 'mysql_table', user = 'mysql_user')", f"MySQL(named_collection_3, database = 'mysql_db', host = 'mysql80', port = 3306, table = 'mysql_table')", f"PostgreSQL(named_collection_4, host = 'postgres1', port = 5432, database = 'postgres_db', table = 'postgres_table', user = 'postgres_user', password = '{password}')", f"MongoDB(named_collection_5, host = 'mongo1', port = 5432, database = 'mongo_db', collection = 'mongo_col', user = 'mongo_user', password = '{password}')", f"S3(named_collection_6, url = 'http://minio1:9001/root/data/test8.csv', access_key_id = 'minio', secret_access_key = '{password}', format = 'CSV')", f"S3('http://minio1:9001/root/data/test9.csv.gz', 'NOSIGN', 'CSV', 'gzip')", f"S3('http://minio1:9001/root/data/test10.csv.gz', 'minio', '{password}')", ( f"DeltaLake('http://minio1:9001/root/data/test11.csv.gz', 'minio', '{password}')", "DNS_ERROR", ), f"S3Queue('http://minio1:9001/root/data/', 'CSV') settings mode = 'ordered'", f"S3Queue('http://minio1:9001/root/data/', 'CSV', 'gzip') settings mode = 'ordered'", f"S3Queue('http://minio1:9001/root/data/', 'minio', '{password}', 'CSV') settings mode = 'ordered'", f"S3Queue('http://minio1:9001/root/data/', 'minio', '{password}', 'CSV', 'gzip') settings mode = 'ordered'", ( f"Iceberg('http://minio1:9001/root/data/test11.csv.gz', 'minio', '{password}')", "DNS_ERROR", ), ( f"IcebergS3('http://minio1:9001/root/data/test11.csv.gz', 'minio', '{password}')", "DNS_ERROR", ), f"AzureBlobStorage('{azure_conn_string}', 'cont', 'test_simple.csv', 'CSV')", f"AzureBlobStorage('{azure_conn_string}', 'cont', 'test_simple_1.csv', 'CSV', 'none')", f"AzureBlobStorage('{azure_storage_account_url}', 'cont', 'test_simple_2.csv', '{azure_account_name}', '{azure_account_key}')", f"AzureBlobStorage('{azure_storage_account_url}', 'cont', 'test_simple_3.csv', '{azure_account_name}', '{azure_account_key}', 'CSV')", f"AzureBlobStorage('{azure_storage_account_url}', 'cont', 'test_simple_4.csv', '{azure_account_name}', '{azure_account_key}', 'CSV', 'none')", f"AzureQueue('{azure_conn_string}', 'cont', '*', 'CSV') SETTINGS mode = 'unordered'", f"AzureQueue('{azure_conn_string}', 'cont', '*', 'CSV', 'none') SETTINGS mode = 'unordered'", f"AzureQueue('{azure_storage_account_url}', 'cont', '*', '{azure_account_name}', '{azure_account_key}', 'CSV') SETTINGS mode = 'unordered'", f"AzureQueue('{azure_storage_account_url}', 'cont', '*', '{azure_account_name}', '{azure_account_key}', 'CSV', 'none') SETTINGS mode = 'unordered'", ( f"AzureBlobStorage('BlobEndpoint=https://my-endpoint/;SharedAccessSignature=sp=r&st=2025-09-29T14:58:11Z&se=2025-09-29T00:00:00Z&spr=https&sv=2022-11-02&sr=c&sig=SECRET%SECRET%SECRET%SECRET', 'exampledatasets', 'example.csv')", "STD_EXCEPTION", ), f"Kafka() SETTINGS kafka_broker_list = '127.0.0.1', kafka_topic_list = 'topic', kafka_group_name = 'group', kafka_format = 'JSONEachRow', format_avro_schema_registry_url = 'http://schema_user:{password}@'", f"Kafka() SETTINGS kafka_broker_list = '127.0.0.1', kafka_topic_list = 'topic', kafka_group_name = 'group', kafka_format = 'JSONEachRow', format_avro_schema_registry_url = 'http://schema_user:{password}@domain.com'", ] def make_test_case(i): table_name = f"table{i}" table_engine = table_engines[i] error = None if isinstance(table_engine, tuple): table_engine, error = table_engine query = f"CREATE TABLE {table_name} (x int) ENGINE = {table_engine}" return table_name, query, error # Generate test cases as a list of tuples (table_name, query, error). test_cases = [make_test_case(i) for i in range(len(table_engines))] for table_name, query, error in test_cases: if error: > assert error in node.query_and_get_error(query) E assert 'DNS_ERROR' in "Received exception from server (version 25.3.8):\nCode: 56. DB::Exception: Received from 172.16.1.6:9000. DB::Exception: Unknown table engine DeltaLake. Stack trace:\n\n0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x0000000036f39bb1\n1. ./build_docker/./src/Common/Exception.cpp:108: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001b1bca51\n2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000b7f426b\n3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000b829498\n4. ./build_docker/./src/Storages/StorageFactory.cpp:173: DB::StorageFactory::get(DB::ASTCreateQuery const&, String const&, std::shared_ptr, std::shared_ptr, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel, bool) const @ 0x000000002d6471cd\n5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1945: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000297732e8\n6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1743: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x000000002976496d\n7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2355: DB::InterpreterCreateQuery::execute() @ 0x000000002977f238\n8. ./build_docker/./src/Interpreters/executeQuery.cpp:1457: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*, std::shared_ptr&) @ 0x000000002a01c743\n9. ./build_docker/./src/Interpreters/executeQuery.cpp:1624: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x000000002a014665\n10. ./build_docker/./src/Server/TCPHandler.cpp:664: DB::TCPHandler::runImpl() @ 0x000000002f19ad76\n11. ./build_docker/./src/Server/TCPHandler.cpp:2629: DB::TCPHandler::run() @ 0x000000002f1daa5a\n12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x0000000037114faf\n13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x0000000037115c77\n14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000370244cb\n15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x000000003701e0c8\n16. asan_thread_start(void*) @ 0x000000000b7a6e77\n17. ? @ 0x00007f75eafe2ac3\n18. ? @ 0x00007f75eb074850\n. (UNKNOWN_STORAGE)\n(query: CREATE TABLE table16 (x int) ENGINE = DeltaLake('http://minio1:9001/root/data/test11.csv.gz', 'minio', '1PUY76YDRMGZNFLX'))\n" E + where "Received exception from server (version 25.3.8):\nCode: 56. DB::Exception: Received from 172.16.1.6:9000. DB::Exception: Unknown table engine DeltaLake. Stack trace:\n\n0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x0000000036f39bb1\n1. ./build_docker/./src/Common/Exception.cpp:108: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001b1bca51\n2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000b7f426b\n3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000b829498\n4. ./build_docker/./src/Storages/StorageFactory.cpp:173: DB::StorageFactory::get(DB::ASTCreateQuery const&, String const&, std::shared_ptr, std::shared_ptr, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel, bool) const @ 0x000000002d6471cd\n5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1945: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000297732e8\n6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1743: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x000000002976496d\n7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2355: DB::InterpreterCreateQuery::execute() @ 0x000000002977f238\n8. ./build_docker/./src/Interpreters/executeQuery.cpp:1457: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*, std::shared_ptr&) @ 0x000000002a01c743\n9. ./build_docker/./src/Interpreters/executeQuery.cpp:1624: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x000000002a014665\n10. ./build_docker/./src/Server/TCPHandler.cpp:664: DB::TCPHandler::runImpl() @ 0x000000002f19ad76\n11. ./build_docker/./src/Server/TCPHandler.cpp:2629: DB::TCPHandler::run() @ 0x000000002f1daa5a\n12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x0000000037114faf\n13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x0000000037115c77\n14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000370244cb\n15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x000000003701e0c8\n16. asan_thread_start(void*) @ 0x000000000b7a6e77\n17. ? @ 0x00007f75eafe2ac3\n18. ? @ 0x00007f75eb074850\n. (UNKNOWN_STORAGE)\n(query: CREATE TABLE table16 (x int) ENGINE = DeltaLake('http://minio1:9001/root/data/test11.csv.gz', 'minio', '1PUY76YDRMGZNFLX'))\n" = >("CREATE TABLE table16 (x int) ENGINE = DeltaLake('http://minio1:9001/root/data/test11.csv.gz', 'minio', '1PUY76YDRMGZNFLX')") E + where > = .query_and_get_error test_mask_sensitive_info/test.py:309: AssertionError ---------------------------- Captured stdout setup ----------------------------- Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml ------------------------------ Captured log setup ------------------------------ 2026-04-10 18:34:18.644000 [ 672 ] DEBUG : Command:[docker ps | wc -l] (cluster.py:121, run_and_check) 2026-04-10 18:34:18.668000 [ 672 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2026-04-10 18:34:18.669000 [ 672 ] DEBUG : No running containers (conftest.py:95, cleanup_environment) 2026-04-10 18:34:18.669000 [ 672 ] DEBUG : Pruning Docker networks (conftest.py:97, cleanup_environment) 2026-04-10 18:34:18.669000 [ 672 ] DEBUG : Command:[docker network prune --force] (cluster.py:121, run_and_check) 2026-04-10 18:34:18.691000 [ 672 ] DEBUG : Command:[sysctl net.ipv4.ip_local_port_range='55000 65535'] (cluster.py:121, run_and_check) 2026-04-10 18:34:18.693000 [ 672 ] DEBUG : Stdout:net.ipv4.ip_local_port_range = 55000 65535 (cluster.py:145, run_and_check) 2026-04-10 18:34:18.694000 [ 672 ] INFO : Running tests in /ClickHouse/tests/integration/test_mask_sensitive_info/test.py (cluster.py:2748, start) 2026-04-10 18:34:18.694000 [ 672 ] DEBUG : Cluster start called. is_up=False (cluster.py:2755, start) 2026-04-10 18:34:18.716000 [ 672 ] DEBUG : Docker networks for project roottestmasksensitiveinfo-gw0 are NETWORK ID NAME DRIVER SCOPE (cluster.py:840, print_all_docker_pieces) 2026-04-10 18:34:18.736000 [ 672 ] DEBUG : Docker containers for project roottestmasksensitiveinfo-gw0 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:848, print_all_docker_pieces) 2026-04-10 18:34:18.754000 [ 672 ] DEBUG : Docker volumes for project roottestmasksensitiveinfo-gw0 are DRIVER VOLUME NAME (cluster.py:856, print_all_docker_pieces) 2026-04-10 18:34:18.754000 [ 672 ] DEBUG : Cleanup called (cluster.py:861, cleanup) 2026-04-10 18:34:18.772000 [ 672 ] DEBUG : Docker networks for project roottestmasksensitiveinfo-gw0 are NETWORK ID NAME DRIVER SCOPE (cluster.py:840, print_all_docker_pieces) 2026-04-10 18:34:18.789000 [ 672 ] DEBUG : Docker containers for project roottestmasksensitiveinfo-gw0 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:848, print_all_docker_pieces) 2026-04-10 18:34:18.806000 [ 672 ] DEBUG : Docker volumes for project roottestmasksensitiveinfo-gw0 are DRIVER VOLUME NAME (cluster.py:856, print_all_docker_pieces) 2026-04-10 18:34:18.806000 [ 672 ] DEBUG : Command:[docker container list --all --filter name='^/roottestmasksensitiveinfo-gw0-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2026-04-10 18:34:18.823000 [ 672 ] DEBUG : Unstopped containers: {} (cluster.py:875, cleanup) 2026-04-10 18:34:18.823000 [ 672 ] DEBUG : No running containers for project: roottestmasksensitiveinfo-gw0 (cluster.py:889, cleanup) 2026-04-10 18:34:18.824000 [ 672 ] DEBUG : Trying to prune unused networks... (cluster.py:895, cleanup) 2026-04-10 18:34:18.843000 [ 672 ] DEBUG : Trying to prune unused images... (cluster.py:911, cleanup) 2026-04-10 18:34:18.843000 [ 672 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2026-04-10 18:34:18.869000 [ 672 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2026-04-10 18:34:18.869000 [ 672 ] DEBUG : Images pruned (cluster.py:914, cleanup) 2026-04-10 18:34:18.870000 [ 672 ] DEBUG : Trying to prune unused volumes... (cluster.py:920, cleanup) 2026-04-10 18:34:18.870000 [ 672 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2026-04-10 18:34:18.888000 [ 672 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2026-04-10 18:34:18.888000 [ 672 ] DEBUG : Volumes pruned: 1 (cluster.py:925, cleanup) 2026-04-10 18:34:18.888000 [ 672 ] DEBUG : Setup directory for instance: node (cluster.py:2768, start) 2026-04-10 18:34:18.889000 [ 672 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4638, create_dir) 2026-04-10 18:34:18.889000 [ 672 ] DEBUG : Create directory for common tests configuration (cluster.py:4643, create_dir) 2026-04-10 18:34:18.889000 [ 672 ] DEBUG : Copy common configuration from helpers (cluster.py:4663, create_dir) 2026-04-10 18:34:18.890000 [ 672 ] DEBUG : Generate and write macros file (cluster.py:4715, create_dir) 2026-04-10 18:34:18.890000 [ 672 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_mask_sensitive_info/configs/overrides.xml'] to /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/node/configs/config.d (cluster.py:4755, create_dir) 2026-04-10 18:34:18.891000 [ 672 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/node/database (cluster.py:4772, create_dir) 2026-04-10 18:34:18.891000 [ 672 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/node/logs (cluster.py:4783, create_dir) 2026-04-10 18:34:18.891000 [ 672 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log", "--"] (cluster.py:4864, create_dir) 2026-04-10 18:34:18.891000 [ 672 ] DEBUG : Env {'ASAN_OPTIONS': 'use_sigaltstack=0', 'TSAN_OPTIONS': 'use_sigaltstack=0', 'LSAN_OPTIONS': 'suppressions=/etc/clickhouse-server/lsan_suppressions.txt', 'CLICKHOUSE_WATCHDOG_ENABLE': '0', 'CLICKHOUSE_NATS_TLS_SECURE': '0', 'LLVM_PROFILE_FILE': '/var/lib/clickhouse/server_%h_%p_%m.profraw', 'keeper_binary': '/clickhouse', 'keeper_cmd_prefix': 'clickhouse keeper', 'image': 'altinityinfra/integration-test:5ccda723c1fc', 'user': '0', 'keeper_fs': 'bind', 'keeper_logs_dir1': '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper1/log', 'keeper_config_dir1': '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper1/config', 'keeper_db_dir1': '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper1/coordination', 'keeper_logs_dir2': '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper2/log', 'keeper_config_dir2': '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper2/config', 'keeper_db_dir2': '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper2/coordination', 'keeper_logs_dir3': '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper3/log', 'keeper_config_dir3': '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper3/config', 'keeper_db_dir3': '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper3/coordination', 'AZURITE_PORT': '30000', 'AZURITE_STORAGE_ACCOUNT_URL': 'http://azurite1:30000/devstoreaccount1', 'AZURITE_CONNECTION_STRING': 'DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://azurite1:30000/devstoreaccount1;'} stored in /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/.env (cluster.py:96, _create_env_file) 2026-04-10 18:34:18.892000 [ 672 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2026-04-10 18:34:18.892000 [ 672 ] DEBUG : No config file found (config.py:28, find_config_file) 2026-04-10 18:34:18.892000 [ 672 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2026-04-10 18:34:18.892000 [ 672 ] DEBUG : No config file found (config.py:28, find_config_file) 2026-04-10 18:34:18.901000 [ 672 ] DEBUG : http://localhost:None "GET /version HTTP/1.1" 200 826 (connectionpool.py:547, _make_request) 2026-04-10 18:34:18.901000 [ 672 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/.env --project-name roottestmasksensitiveinfo-gw0 --file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/node/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_azurite.yml pull] (cluster.py:121, run_and_check) 2026-04-10 18:35:20.075000 [ 672 ] DEBUG : Stderr: zoo1 Skipped - Image is already being pulled by node (cluster.py:147, run_and_check) 2026-04-10 18:35:20.076000 [ 672 ] DEBUG : Stderr: zoo2 Skipped - Image is already being pulled by node (cluster.py:147, run_and_check) 2026-04-10 18:35:20.076000 [ 672 ] DEBUG : Stderr: zoo3 Skipped - Image is already being pulled by node (cluster.py:147, run_and_check) 2026-04-10 18:35:20.076000 [ 672 ] DEBUG : Stderr: node Pulling (cluster.py:147, run_and_check) 2026-04-10 18:35:20.076000 [ 672 ] DEBUG : Stderr: azurite1 Pulling (cluster.py:147, run_and_check) 2026-04-10 18:35:20.076000 [ 672 ] DEBUG : Stderr: node Pulled (cluster.py:147, run_and_check) 2026-04-10 18:35:20.076000 [ 672 ] DEBUG : Stderr: azurite1 Pulled (cluster.py:147, run_and_check) 2026-04-10 18:35:20.076000 [ 672 ] DEBUG : Setup ZooKeeper (cluster.py:2809, start) 2026-04-10 18:35:20.076000 [ 672 ] DEBUG : Creating internal ZooKeeper dirs: ['/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper1/log', '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper1/config', '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper1/coordination', '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper2/log', '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper2/config', '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper2/coordination', '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper3/log', '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper3/config', '/ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/keeper3/coordination'] (cluster.py:2810, start) 2026-04-10 18:35:20.078000 [ 672 ] DEBUG : Command:[docker compose --project-name roottestmasksensitiveinfo-gw0 --env-file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/.env --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --verbose up -d] (cluster.py:121, run_and_check) 2026-04-10 18:35:20.819000 [ 672 ] DEBUG : Stderr:time="2026-04-10T18:35:20Z" level=trace msg="Docker Desktop integration not enabled" (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Network roottestmasksensitiveinfo-gw0_default Creating (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Network roottestmasksensitiveinfo-gw0_default Created (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo3-1 Creating (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo1-1 Creating (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo2-1 Creating (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo3-1 Created (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo2-1 Created (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo1-1 Created (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo1-1 Starting (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo2-1 Starting (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo3-1 Starting (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo3-1 Started (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo2-1 Started (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo1-1 Started (cluster.py:147, run_and_check) 2026-04-10 18:35:20.820000 [ 672 ] DEBUG : Stderr:time="2026-04-10T18:35:20Z" level=debug msg="otel error" error="" (cluster.py:147, run_and_check) 2026-04-10 18:35:20.821000 [ 672 ] DEBUG : Stderr:time="2026-04-10T18:35:20Z" level=debug msg="otel error" error="" (cluster.py:147, run_and_check) 2026-04-10 18:35:20.821000 [ 672 ] DEBUG : Wait ZooKeeper to start (cluster.py:2446, wait_zookeeper_to_start) 2026-04-10 18:35:20.821000 [ 672 ] DEBUG : get_instance_ip instance_name=zoo1 (cluster.py:2015, get_instance_ip) 2026-04-10 18:35:20.823000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestmasksensitiveinfo-gw0-zoo1-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:20.823000 [ 672 ] DEBUG : get_kazoo_client: zoo1, ip:172.16.1.4, port:2181, use_ssl:False (cluster.py:3322, get_kazoo_client) 2026-04-10 18:35:20.825000 [ 672 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2026-04-10 18:35:20.825000 [ 672 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2026-04-10 18:35:20.950000 [ 672 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2026-04-10 18:35:20.951000 [ 672 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2026-04-10 18:35:21.204000 [ 672 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2026-04-10 18:35:21.205000 [ 672 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2026-04-10 18:35:21.790000 [ 672 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2026-04-10 18:35:21.791000 [ 672 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2026-04-10 18:35:23.219000 [ 672 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2026-04-10 18:35:23.220000 [ 672 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2026-04-10 18:35:25.422000 [ 672 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2026-04-10 18:35:25.423000 [ 672 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2026-04-10 18:35:25.430000 [ 672 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2026-04-10 18:35:25.430000 [ 672 ] DEBUG : Sending request(xid=1): GetChildren(path='/', watcher=None) (connection.py:312, _submit) 2026-04-10 18:35:25.431000 [ 672 ] DEBUG : Received response(xid=1): ['keeper'] (connection.py:410, _read_response) 2026-04-10 18:35:25.432000 [ 672 ] DEBUG : Sending request(xid=2): Close() (connection.py:312, _submit) 2026-04-10 18:35:25.435000 [ 672 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2026-04-10 18:35:25.435000 [ 672 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2026-04-10 18:35:25.435000 [ 672 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2026-04-10 18:35:25.536000 [ 672 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2026-04-10 18:35:25.536000 [ 672 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2026-04-10 18:35:25.536000 [ 672 ] DEBUG : get_instance_ip instance_name=zoo2 (cluster.py:2015, get_instance_ip) 2026-04-10 18:35:25.539000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestmasksensitiveinfo-gw0-zoo2-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:25.539000 [ 672 ] DEBUG : get_kazoo_client: zoo2, ip:172.16.1.3, port:2181, use_ssl:False (cluster.py:3322, get_kazoo_client) 2026-04-10 18:35:25.540000 [ 672 ] INFO : Connecting to 172.16.1.3(172.16.1.3):2181, use_ssl: False (connection.py:650, _connect) 2026-04-10 18:35:25.541000 [ 672 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2026-04-10 18:35:25.545000 [ 672 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2026-04-10 18:35:25.545000 [ 672 ] DEBUG : Sending request(xid=1): GetChildren(path='/', watcher=None) (connection.py:312, _submit) 2026-04-10 18:35:25.546000 [ 672 ] DEBUG : Received response(xid=1): ['keeper'] (connection.py:410, _read_response) 2026-04-10 18:35:25.546000 [ 672 ] DEBUG : Sending request(xid=2): Close() (connection.py:312, _submit) 2026-04-10 18:35:25.549000 [ 672 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2026-04-10 18:35:25.549000 [ 672 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2026-04-10 18:35:25.549000 [ 672 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2026-04-10 18:35:25.624000 [ 672 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2026-04-10 18:35:25.624000 [ 672 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2026-04-10 18:35:25.624000 [ 672 ] DEBUG : get_instance_ip instance_name=zoo3 (cluster.py:2015, get_instance_ip) 2026-04-10 18:35:25.627000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestmasksensitiveinfo-gw0-zoo3-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:25.628000 [ 672 ] DEBUG : get_kazoo_client: zoo3, ip:172.16.1.2, port:2181, use_ssl:False (cluster.py:3322, get_kazoo_client) 2026-04-10 18:35:25.629000 [ 672 ] INFO : Connecting to 172.16.1.2(172.16.1.2):2181, use_ssl: False (connection.py:650, _connect) 2026-04-10 18:35:25.630000 [ 672 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2026-04-10 18:35:25.636000 [ 672 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2026-04-10 18:35:25.636000 [ 672 ] DEBUG : Sending request(xid=1): GetChildren(path='/', watcher=None) (connection.py:312, _submit) 2026-04-10 18:35:25.637000 [ 672 ] DEBUG : Received response(xid=1): ['keeper'] (connection.py:410, _read_response) 2026-04-10 18:35:25.637000 [ 672 ] DEBUG : Sending request(xid=2): Close() (connection.py:312, _submit) 2026-04-10 18:35:25.641000 [ 672 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2026-04-10 18:35:25.641000 [ 672 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2026-04-10 18:35:25.641000 [ 672 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2026-04-10 18:35:25.741000 [ 672 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2026-04-10 18:35:25.742000 [ 672 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2026-04-10 18:35:25.742000 [ 672 ] DEBUG : All instances of ZooKeeper started: ('zoo1', 'zoo2', 'zoo3') (cluster.py:2462, wait_zookeeper_nodes_to_start) 2026-04-10 18:35:25.742000 [ 672 ] INFO : Trying to create Azurite instance by command docker compose --project-name roottestmasksensitiveinfo-gw0 --env-file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/.env --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_azurite.yml --verbose up -d (cluster.py:3092, start) 2026-04-10 18:35:25.742000 [ 672 ] DEBUG : Command:[docker compose --project-name roottestmasksensitiveinfo-gw0 --env-file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/.env --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_azurite.yml --verbose up -d] (cluster.py:121, run_and_check) 2026-04-10 18:35:26.291000 [ 672 ] DEBUG : Stderr:time="2026-04-10T18:35:25Z" level=trace msg="Docker Desktop integration not enabled" (cluster.py:147, run_and_check) 2026-04-10 18:35:26.291000 [ 672 ] DEBUG : Stderr: Volume "roottestmasksensitiveinfo-gw0_data1-1" Creating (cluster.py:147, run_and_check) 2026-04-10 18:35:26.291000 [ 672 ] DEBUG : Stderr: Volume "roottestmasksensitiveinfo-gw0_data1-1" Created (cluster.py:147, run_and_check) 2026-04-10 18:35:26.292000 [ 672 ] DEBUG : Stderr:time="2026-04-10T18:35:25Z" level=warning msg="Found orphan containers ([roottestmasksensitiveinfo-gw0-zoo2-1 roottestmasksensitiveinfo-gw0-zoo1-1 roottestmasksensitiveinfo-gw0-zoo3-1]) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up." (cluster.py:147, run_and_check) 2026-04-10 18:35:26.292000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-azurite1-1 Creating (cluster.py:147, run_and_check) 2026-04-10 18:35:26.292000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-azurite1-1 Created (cluster.py:147, run_and_check) 2026-04-10 18:35:26.292000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-azurite1-1 Starting (cluster.py:147, run_and_check) 2026-04-10 18:35:26.292000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-azurite1-1 Started (cluster.py:147, run_and_check) 2026-04-10 18:35:26.292000 [ 672 ] DEBUG : Stderr:time="2026-04-10T18:35:26Z" level=debug msg="otel error" error="" (cluster.py:147, run_and_check) 2026-04-10 18:35:26.292000 [ 672 ] DEBUG : Stderr:time="2026-04-10T18:35:26Z" level=debug msg="otel error" error="" (cluster.py:147, run_and_check) 2026-04-10 18:35:26.292000 [ 672 ] INFO : Trying to connect to Azurite (cluster.py:3106, start) 2026-04-10 18:35:27.367000 [ 672 ] INFO : Request URL: 'http://127.0.0.1:30000/devstoreaccount1/?restype=REDACTED&comp=REDACTED' Request method: 'GET' Request headers: 'x-ms-version': 'REDACTED' 'Accept': 'application/xml' 'User-Agent': 'azsdk-python-storage-blob/12.19.0 Python/3.10.12 (Linux-5.15.0-130-generic-x86_64-with-glibc2.35)' 'x-ms-date': 'REDACTED' 'x-ms-client-request-id': '0b7abcca-350c-11f1-b070-0242ac110002' 'Authorization': 'REDACTED' No body was attached to the request (_universal.py:514, on_request) 2026-04-10 18:35:27.368000 [ 672 ] DEBUG : Starting new HTTP connection (1): 127.0.0.1:30000 (connectionpool.py:245, _new_conn) 2026-04-10 18:35:27.474000 [ 672 ] DEBUG : http://127.0.0.1:30000 "GET /devstoreaccount1/?restype=account&comp=properties HTTP/1.1" 200 0 (connectionpool.py:547, _make_request) 2026-04-10 18:35:27.475000 [ 672 ] INFO : Response status: 200 Response headers: 'Server': 'Azurite-Blob/3.35.0' 'x-ms-client-request-id': '0b7abcca-350c-11f1-b070-0242ac110002' 'x-ms-request-id': '8ca9bdb2-79b4-4aee-ba26-7d4a4d9d66bf' 'x-ms-version': 'REDACTED' 'date': 'Fri, 10 Apr 2026 18:35:27 GMT' 'x-ms-sku-name': 'REDACTED' 'x-ms-account-kind': 'REDACTED' 'x-ms-is-hns-enabled': 'REDACTED' 'Connection': 'keep-alive' 'Keep-Alive': 'REDACTED' 'Content-Length': '0' (_universal.py:550, on_response) 2026-04-10 18:35:27.476000 [ 672 ] DEBUG : {'client_request_id': '0b7abcca-350c-11f1-b070-0242ac110002', 'request_id': '8ca9bdb2-79b4-4aee-ba26-7d4a4d9d66bf', 'version': '2025-11-05', 'date': datetime.datetime(2026, 4, 10, 18, 35, 27, tzinfo=datetime.timezone.utc), 'sku_name': 'Standard_RAGRS', 'account_kind': 'StorageV2', 'is_hns_enabled': False} (cluster.py:2620, wait_azurite_to_start) 2026-04-10 18:35:27.477000 [ 672 ] INFO : Request URL: 'http://127.0.0.1:30000/devstoreaccount1/?comp=REDACTED&prefix=REDACTED&include=REDACTED' Request method: 'GET' Request headers: 'x-ms-version': 'REDACTED' 'Accept': 'application/xml' 'User-Agent': 'azsdk-python-storage-blob/12.19.0 Python/3.10.12 (Linux-5.15.0-130-generic-x86_64-with-glibc2.35)' 'x-ms-date': 'REDACTED' 'x-ms-client-request-id': '0b8b82da-350c-11f1-b070-0242ac110002' 'Authorization': 'REDACTED' No body was attached to the request (_universal.py:514, on_request) 2026-04-10 18:35:27.490000 [ 672 ] DEBUG : http://127.0.0.1:30000 "GET /devstoreaccount1/?comp=list&prefix=azurite-container&include= HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:27.490000 [ 672 ] INFO : Response status: 200 Response headers: 'Server': 'Azurite-Blob/3.35.0' 'x-ms-client-request-id': '0b8b82da-350c-11f1-b070-0242ac110002' 'x-ms-request-id': 'b304f3ed-bde5-4a1a-b421-59e2ee56f497' 'x-ms-version': 'REDACTED' 'content-type': 'application/xml' 'Date': 'Fri, 10 Apr 2026 18:35:27 GMT' 'Connection': 'keep-alive' 'Keep-Alive': 'REDACTED' 'Transfer-Encoding': 'chunked' (_universal.py:550, on_response) 2026-04-10 18:35:27.493000 [ 672 ] INFO : Request URL: 'http://127.0.0.1:30000/devstoreaccount1/azurite-container?restype=REDACTED' Request method: 'GET' Request headers: 'x-ms-version': 'REDACTED' 'Accept': 'application/xml' 'User-Agent': 'azsdk-python-storage-blob/12.19.0 Python/3.10.12 (Linux-5.15.0-130-generic-x86_64-with-glibc2.35)' 'x-ms-date': 'REDACTED' 'x-ms-client-request-id': '0b8dfa06-350c-11f1-b070-0242ac110002' 'Authorization': 'REDACTED' No body was attached to the request (_universal.py:514, on_request) 2026-04-10 18:35:27.499000 [ 672 ] DEBUG : http://127.0.0.1:30000 "GET /devstoreaccount1/azurite-container?restype=container HTTP/1.1" 404 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:27.500000 [ 672 ] INFO : Response status: 404 Response headers: 'Server': 'Azurite-Blob/3.35.0' 'x-ms-error-code': 'ContainerNotFound' 'x-ms-request-id': 'd78048a3-3dc7-4a7e-addc-a8889a82a2e0' 'content-type': 'application/xml' 'Date': 'Fri, 10 Apr 2026 18:35:27 GMT' 'Connection': 'keep-alive' 'Keep-Alive': 'REDACTED' 'Transfer-Encoding': 'chunked' (_universal.py:550, on_response) 2026-04-10 18:35:27.500000 [ 672 ] DEBUG : azurite container 'azurite-container' doesn't exist, creating it (cluster.py:2642, wait_azurite_to_start) 2026-04-10 18:35:27.501000 [ 672 ] INFO : Request URL: 'http://127.0.0.1:30000/devstoreaccount1/azurite-container?restype=REDACTED' Request method: 'PUT' Request headers: 'x-ms-version': 'REDACTED' 'Accept': 'application/xml' 'User-Agent': 'azsdk-python-storage-blob/12.19.0 Python/3.10.12 (Linux-5.15.0-130-generic-x86_64-with-glibc2.35)' 'x-ms-date': 'REDACTED' 'x-ms-client-request-id': '0b8f3ace-350c-11f1-b070-0242ac110002' 'Authorization': 'REDACTED' No body was attached to the request (_universal.py:514, on_request) 2026-04-10 18:35:27.506000 [ 672 ] DEBUG : http://127.0.0.1:30000 "PUT /devstoreaccount1/azurite-container?restype=container HTTP/1.1" 201 0 (connectionpool.py:547, _make_request) 2026-04-10 18:35:27.507000 [ 672 ] INFO : Response status: 201 Response headers: 'Server': 'Azurite-Blob/3.35.0' 'etag': '"0x25AB7E57D055CC0"' 'last-modified': 'Fri, 10 Apr 2026 18:35:27 GMT' 'x-ms-client-request-id': '0b8f3ace-350c-11f1-b070-0242ac110002' 'x-ms-request-id': '7ef07640-39f4-4460-88d1-c7513212f681' 'x-ms-version': 'REDACTED' 'Date': 'Fri, 10 Apr 2026 18:35:27 GMT' 'Connection': 'keep-alive' 'Keep-Alive': 'REDACTED' 'Content-Length': '0' (_universal.py:550, on_response) 2026-04-10 18:35:27.507000 [ 672 ] DEBUG : ('Trying to create ClickHouse instance by command %s', 'docker compose --env-file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/.env --project-name roottestmasksensitiveinfo-gw0 --file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/node/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_azurite.yml up -d --no-recreate') (cluster.py:3149, start) 2026-04-10 18:35:27.507000 [ 672 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/.env --project-name roottestmasksensitiveinfo-gw0 --file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/node/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_azurite.yml up -d --no-recreate] (cluster.py:121, run_and_check) 2026-04-10 18:35:27.824000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-azurite1-1 Running (cluster.py:147, run_and_check) 2026-04-10 18:35:27.824000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo2-1 Running (cluster.py:147, run_and_check) 2026-04-10 18:35:27.824000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo3-1 Running (cluster.py:147, run_and_check) 2026-04-10 18:35:27.824000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo1-1 Running (cluster.py:147, run_and_check) 2026-04-10 18:35:27.825000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-node-1 Creating (cluster.py:147, run_and_check) 2026-04-10 18:35:27.825000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-node-1 Created (cluster.py:147, run_and_check) 2026-04-10 18:35:27.825000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-node-1 Starting (cluster.py:147, run_and_check) 2026-04-10 18:35:27.825000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-node-1 Started (cluster.py:147, run_and_check) 2026-04-10 18:35:27.825000 [ 672 ] DEBUG : ClickHouse instance created (cluster.py:3157, start) 2026-04-10 18:35:27.825000 [ 672 ] DEBUG : get_instance_ip instance_name=node (cluster.py:2015, get_instance_ip) 2026-04-10 18:35:27.827000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestmasksensitiveinfo-gw0-node-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:27.827000 [ 672 ] DEBUG : get_instance_ip instance_name=node (cluster.py:2025, get_instance_global_ipv6) 2026-04-10 18:35:27.829000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestmasksensitiveinfo-gw0-node-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:27.829000 [ 672 ] DEBUG : Waiting for ClickHouse start in node, ip: 172.16.1.6... (cluster.py:3165, start) 2026-04-10 18:35:27.831000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestmasksensitiveinfo-gw0-node-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:27.833000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:27.936000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:28.039000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:28.142000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:28.245000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:28.348000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:28.451000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:28.555000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:28.658000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:28.761000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:28.865000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:28.968000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:29.071000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:29.174000 [ 672 ] DEBUG : http://localhost:None "GET /v1.46/containers/8e4fdaa58a1cd890b7fbc648f977046bdce3c217aa1e55316ff9a79ab5b538a3/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-10 18:35:29.175000 [ 672 ] DEBUG : ClickHouse node started (cluster.py:3169, start) ------------------------------ Captured log call ------------------------------- 2026-04-10 18:35:29.178000 [ 672 ] DEBUG : Executing query CREATE TABLE table0 (x int) ENGINE = MySQL('mysql80:3306', 'mysql_db', 'mysql_table', 'mysql_user', '1PUY76YDRMGZNFLX') on node (cluster.py:3658, query) 2026-04-10 18:35:29.695000 [ 672 ] DEBUG : Executing query CREATE TABLE table1 (x int) ENGINE = PostgreSQL('postgres1:5432', 'postgres_db', 'postgres_table', 'postgres_user', '1PUY76YDRMGZNFLX') on node (cluster.py:3658, query) 2026-04-10 18:35:29.911000 [ 672 ] DEBUG : Executing query CREATE TABLE table2 (x int) ENGINE = MongoDB('mongo1:27017', 'mongo_db', 'mongo_col', 'mongo_user', '1PUY76YDRMGZNFLX') on node (cluster.py:3658, query) 2026-04-10 18:35:30.127000 [ 672 ] DEBUG : Executing query CREATE TABLE table3 (x int) ENGINE = S3('http://minio1:9001/root/data/test1.csv') on node (cluster.py:3658, query) 2026-04-10 18:35:30.394000 [ 672 ] DEBUG : Executing query CREATE TABLE table4 (x int) ENGINE = S3('http://minio1:9001/root/data/test2.csv', 'CSV') on node (cluster.py:3658, query) 2026-04-10 18:35:30.610000 [ 672 ] DEBUG : Executing query CREATE TABLE table5 (x int) ENGINE = S3('http://minio1:9001/root/data/test3.csv.gz', 'CSV', 'gzip') on node (cluster.py:3658, query) 2026-04-10 18:35:30.826000 [ 672 ] DEBUG : Executing query CREATE TABLE table6 (x int) ENGINE = S3('http://minio1:9001/root/data/test4.csv', 'minio', '1PUY76YDRMGZNFLX', 'CSV') on node (cluster.py:3658, query) 2026-04-10 18:35:31.042000 [ 672 ] DEBUG : Executing query CREATE TABLE table7 (x int) ENGINE = S3('http://minio1:9001/root/data/test5.csv.gz', 'minio', '1PUY76YDRMGZNFLX', 'CSV', 'gzip') on node (cluster.py:3658, query) 2026-04-10 18:35:31.257000 [ 672 ] DEBUG : Executing query CREATE TABLE table8 (x int) ENGINE = MySQL(named_collection_1, host = 'mysql80', port = 3306, database = 'mysql_db', table = 'mysql_table', user = 'mysql_user', password = '1PUY76YDRMGZNFLX') on node (cluster.py:3658, query) 2026-04-10 18:35:31.473000 [ 672 ] DEBUG : Executing query CREATE TABLE table9 (x int) ENGINE = MySQL(named_collection_2, database = 'mysql_db', host = 'mysql80', port = 3306, password = '1PUY76YDRMGZNFLX', table = 'mysql_table', user = 'mysql_user') on node (cluster.py:3658, query) 2026-04-10 18:35:31.690000 [ 672 ] DEBUG : Executing query CREATE TABLE table10 (x int) ENGINE = MySQL(named_collection_3, database = 'mysql_db', host = 'mysql80', port = 3306, table = 'mysql_table') on node (cluster.py:3658, query) 2026-04-10 18:35:31.906000 [ 672 ] DEBUG : Executing query CREATE TABLE table11 (x int) ENGINE = PostgreSQL(named_collection_4, host = 'postgres1', port = 5432, database = 'postgres_db', table = 'postgres_table', user = 'postgres_user', password = '1PUY76YDRMGZNFLX') on node (cluster.py:3658, query) 2026-04-10 18:35:32.121000 [ 672 ] DEBUG : Executing query CREATE TABLE table12 (x int) ENGINE = MongoDB(named_collection_5, host = 'mongo1', port = 5432, database = 'mongo_db', collection = 'mongo_col', user = 'mongo_user', password = '1PUY76YDRMGZNFLX') on node (cluster.py:3658, query) 2026-04-10 18:35:32.337000 [ 672 ] DEBUG : Executing query CREATE TABLE table13 (x int) ENGINE = S3(named_collection_6, url = 'http://minio1:9001/root/data/test8.csv', access_key_id = 'minio', secret_access_key = '1PUY76YDRMGZNFLX', format = 'CSV') on node (cluster.py:3658, query) 2026-04-10 18:35:32.553000 [ 672 ] DEBUG : Executing query CREATE TABLE table14 (x int) ENGINE = S3('http://minio1:9001/root/data/test9.csv.gz', 'NOSIGN', 'CSV', 'gzip') on node (cluster.py:3658, query) 2026-04-10 18:35:32.770000 [ 672 ] DEBUG : Executing query CREATE TABLE table15 (x int) ENGINE = S3('http://minio1:9001/root/data/test10.csv.gz', 'minio', '1PUY76YDRMGZNFLX') on node (cluster.py:3658, query) 2026-04-10 18:35:32.986000 [ 672 ] DEBUG : Executing query CREATE TABLE table16 (x int) ENGINE = DeltaLake('http://minio1:9001/root/data/test11.csv.gz', 'minio', '1PUY76YDRMGZNFLX') on node (cluster.py:3741, query_and_get_error) _____________________________ test_table_functions _____________________________ [gw0] linux -- Python 3.10.12 /usr/bin/python3 def test_table_functions(): password = new_password() azure_conn_string = cluster.env_variables["AZURITE_CONNECTION_STRING"] account_key_pattern = re.compile("AccountKey=.*?(;|$)") masked_azure_conn_string = re.sub( account_key_pattern, "AccountKey=[HIDDEN]\\1", azure_conn_string ) azure_storage_account_url = cluster.env_variables["AZURITE_STORAGE_ACCOUNT_URL"] azure_account_name = "devstoreaccount1" azure_account_key = "Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==" table_functions = [ f"mysql('mysql80:3306', 'mysql_db', 'mysql_table', 'mysql_user', '{password}')", f"postgresql('postgres1:5432', 'postgres_db', 'postgres_table', 'postgres_user', '{password}')", f"mongodb('mongo1:27017', 'mongo_db', 'mongo_col', 'mongo_user', '{password}', 'x int')", f"s3('http://minio1:9001/root/data/test1.csv')", f"s3('http://minio1:9001/root/data/test2.csv', 'CSV')", f"s3('http://minio1:9001/root/data/test3.csv', 'minio', '{password}')", f"s3('http://minio1:9001/root/data/test4.csv', 'CSV', 'x int')", f"s3('http://minio1:9001/root/data/test5.csv.gz', 'CSV', 'x int', 'gzip')", f"s3('http://minio1:9001/root/data/test6.csv', 'minio', '{password}', 'CSV')", f"s3('http://minio1:9001/root/data/test7.csv', 'minio', '{password}', 'CSV', 'x int')", f"s3('http://minio1:9001/root/data/test8.csv.gz', 'minio', '{password}', 'CSV', 'x int', 'gzip')", f"remote('127.{{2..11}}', default.remote_table)", f"remote('127.{{2..11}}', default.remote_table, rand())", f"remote('127.{{2..11}}', default.remote_table, 'remote_user')", f"remote('127.{{2..11}}', default.remote_table, 'remote_user', '{password}')", f"remote('127.{{2..11}}', default.remote_table, 'remote_user', rand())", f"remote('127.{{2..11}}', default.remote_table, 'remote_user', '{password}', rand())", f"remote('127.{{2..11}}', 'default.remote_table', 'remote_user', '{password}', rand())", f"remote('127.{{2..11}}', 'default', 'remote_table', 'remote_user', '{password}', rand())", f"remote('127.{{2..11}}', numbers(10), 'remote_user', '{password}', rand())", f"remoteSecure('127.{{2..11}}', 'default', 'remote_table', 'remote_user', '{password}')", f"remoteSecure('127.{{2..11}}', 'default', 'remote_table', 'remote_user', rand())", f"mysql(named_collection_1, host = 'mysql80', port = 3306, database = 'mysql_db', table = 'mysql_table', user = 'mysql_user', password = '{password}')", f"postgresql(named_collection_2, password = '{password}', host = 'postgres1', port = 5432, database = 'postgres_db', table = 'postgres_table', user = 'postgres_user')", f"s3(named_collection_2, url = 'http://minio1:9001/root/data/test4.csv', access_key_id = 'minio', secret_access_key = '{password}')", f"remote(named_collection_6, addresses_expr = '127.{{2..11}}', database = 'default', table = 'remote_table', user = 'remote_user', password = '{password}', sharding_key = rand())", f"remoteSecure(named_collection_6, addresses_expr = '127.{{2..11}}', database = 'default', table = 'remote_table', user = 'remote_user', password = '{password}')", f"s3('http://minio1:9001/root/data/test9.csv.gz', 'NOSIGN', 'CSV')", f"s3('http://minio1:9001/root/data/test10.csv.gz', 'minio', '{password}')", f"deltaLake('http://minio1:9001/root/data/test11.csv.gz', 'minio', '{password}')", f"azureBlobStorage('{azure_conn_string}', 'cont', 'test_simple.csv', 'CSV')", f"azureBlobStorage('{azure_conn_string}', 'cont', 'test_simple_1.csv', 'CSV', 'none')", f"azureBlobStorage('{azure_conn_string}', 'cont', 'test_simple_2.csv', 'CSV', 'none', 'auto')", f"azureBlobStorage('{azure_storage_account_url}', 'cont', 'test_simple_3.csv', '{azure_account_name}', '{azure_account_key}')", f"azureBlobStorage('{azure_storage_account_url}', 'cont', 'test_simple_4.csv', '{azure_account_name}', '{azure_account_key}', 'CSV')", f"azureBlobStorage('{azure_storage_account_url}', 'cont', 'test_simple_5.csv', '{azure_account_name}', '{azure_account_key}', 'CSV', 'none')", f"azureBlobStorage('{azure_storage_account_url}', 'cont', 'test_simple_6.csv', '{azure_account_name}', '{azure_account_key}', 'CSV', 'none', 'auto')", f"azureBlobStorage(named_collection_2, connection_string = '{azure_conn_string}', container = 'cont', blob_path = 'test_simple_7.csv', format = 'CSV')", f"azureBlobStorage(named_collection_2, storage_account_url = '{azure_storage_account_url}', container = 'cont', blob_path = 'test_simple_8.csv', account_name = '{azure_account_name}', account_key = '{azure_account_key}')", f"iceberg('http://minio1:9001/root/data/test11.csv.gz', 'minio', '{password}')", f"gcs('http://minio1:9001/root/data/test11.csv.gz', 'minio', '{password}')", f"icebergS3('http://minio1:9001/root/data/test11.csv.gz', 'minio', '{password}')", f"icebergAzure('{azure_storage_account_url}', 'cont', 'test_simple_6.csv', '{azure_account_name}', '{azure_account_key}', 'CSV', 'none', 'auto')", ] def make_test_case(i): table_name = f"tablefunc{i}" table_function = table_functions[i] error = None if isinstance(table_function, tuple): table_function, error = table_function query = f"CREATE TABLE {table_name} (x int) AS {table_function}" return table_name, query, error # Generate test cases as a list of tuples (table_name, query, error). test_cases = [make_test_case(i) for i in range(len(table_functions))] for table_name, query, error in test_cases: > node.query(query) test_mask_sensitive_info/test.py:503: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ helpers/cluster.py:3659: in query return self.client.query( helpers/client.py:39: in wrap return func(self, *args, **kwargs) helpers/client.py:79: in query ).get_answer() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def get_answer(self): self.process.wait(timeout=DEFAULT_QUERY_TIMEOUT) self.stdout_file.seek(0) self.stderr_file.seek(0) stdout = self.stdout_file.read().decode("utf-8", errors="replace") stderr = self.stderr_file.read().decode("utf-8", errors="replace") if ( self.timer is not None and not self.process_finished_before_timeout and not self.ignore_error ): logging.debug(f"Timed out. Last stdout:{stdout}, stderr:{stderr}") raise QueryTimeoutExceedException("Client timed out!") if ( self.process.returncode != 0 or self.remove_trash_from_stderr(stderr) ) and not self.ignore_error: > raise QueryRuntimeException( "Client failed! Return code: {}, stderr: {}".format( self.process.returncode, stderr ), self.process.returncode, stderr, ) E helpers.client.QueryRuntimeException: Client failed! Return code: 46, stderr: Received exception from server (version 25.3.8): E Code: 46. DB::Exception: Received from 172.16.1.6:9000. DB::Exception: Unknown table function deltaLake. Stack trace: E E 0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x0000000036f39bb1 E 1. ./build_docker/./src/Common/Exception.cpp:108: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001b1bca51 E 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000b7f426b E 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000d199958 E 4. ./build_docker/./src/TableFunctions/TableFunctionFactory.cpp:50: DB::TableFunctionFactory::get(std::shared_ptr const&, std::shared_ptr) const @ 0x000000002594c60c E 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1932: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x0000000029772d61 E 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1743: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x000000002976496d E 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2355: DB::InterpreterCreateQuery::execute() @ 0x000000002977f238 E 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1457: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*, std::shared_ptr&) @ 0x000000002a01c743 E 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1624: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x000000002a014665 E 10. ./build_docker/./src/Server/TCPHandler.cpp:664: DB::TCPHandler::runImpl() @ 0x000000002f19ad76 E 11. ./build_docker/./src/Server/TCPHandler.cpp:2629: DB::TCPHandler::run() @ 0x000000002f1daa5a E 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x0000000037114faf E 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x0000000037115c77 E 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000370244cb E 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x000000003701e0c8 E 16. asan_thread_start(void*) @ 0x000000000b7a6e77 E 17. ? @ 0x00007f75eafe2ac3 E 18. ? @ 0x00007f75eb074850 E . (UNKNOWN_FUNCTION) E (query: CREATE TABLE tablefunc29 (x int) AS deltaLake('http://minio1:9001/root/data/test11.csv.gz', 'minio', 'HTXKSM3YNE571SI9')) helpers/client.py:248: QueryRuntimeException ------------------------------ Captured log call ------------------------------- 2026-04-10 18:35:33.375000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc0 (x int) AS mysql('mysql80:3306', 'mysql_db', 'mysql_table', 'mysql_user', 'HTXKSM3YNE571SI9') on node (cluster.py:3658, query) 2026-04-10 18:35:33.590000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc1 (x int) AS postgresql('postgres1:5432', 'postgres_db', 'postgres_table', 'postgres_user', 'HTXKSM3YNE571SI9') on node (cluster.py:3658, query) 2026-04-10 18:35:33.806000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc2 (x int) AS mongodb('mongo1:27017', 'mongo_db', 'mongo_col', 'mongo_user', 'HTXKSM3YNE571SI9', 'x int') on node (cluster.py:3658, query) 2026-04-10 18:35:34.022000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc3 (x int) AS s3('http://minio1:9001/root/data/test1.csv') on node (cluster.py:3658, query) 2026-04-10 18:35:34.238000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc4 (x int) AS s3('http://minio1:9001/root/data/test2.csv', 'CSV') on node (cluster.py:3658, query) 2026-04-10 18:35:34.454000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc5 (x int) AS s3('http://minio1:9001/root/data/test3.csv', 'minio', 'HTXKSM3YNE571SI9') on node (cluster.py:3658, query) 2026-04-10 18:35:34.670000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc6 (x int) AS s3('http://minio1:9001/root/data/test4.csv', 'CSV', 'x int') on node (cluster.py:3658, query) 2026-04-10 18:35:34.886000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc7 (x int) AS s3('http://minio1:9001/root/data/test5.csv.gz', 'CSV', 'x int', 'gzip') on node (cluster.py:3658, query) 2026-04-10 18:35:35.102000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc8 (x int) AS s3('http://minio1:9001/root/data/test6.csv', 'minio', 'HTXKSM3YNE571SI9', 'CSV') on node (cluster.py:3658, query) 2026-04-10 18:35:35.318000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc9 (x int) AS s3('http://minio1:9001/root/data/test7.csv', 'minio', 'HTXKSM3YNE571SI9', 'CSV', 'x int') on node (cluster.py:3658, query) 2026-04-10 18:35:35.584000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc10 (x int) AS s3('http://minio1:9001/root/data/test8.csv.gz', 'minio', 'HTXKSM3YNE571SI9', 'CSV', 'x int', 'gzip') on node (cluster.py:3658, query) 2026-04-10 18:35:35.801000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc11 (x int) AS remote('127.{2..11}', default.remote_table) on node (cluster.py:3658, query) 2026-04-10 18:35:36.016000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc12 (x int) AS remote('127.{2..11}', default.remote_table, rand()) on node (cluster.py:3658, query) 2026-04-10 18:35:36.233000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc13 (x int) AS remote('127.{2..11}', default.remote_table, 'remote_user') on node (cluster.py:3658, query) 2026-04-10 18:35:36.448000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc14 (x int) AS remote('127.{2..11}', default.remote_table, 'remote_user', 'HTXKSM3YNE571SI9') on node (cluster.py:3658, query) 2026-04-10 18:35:36.664000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc15 (x int) AS remote('127.{2..11}', default.remote_table, 'remote_user', rand()) on node (cluster.py:3658, query) 2026-04-10 18:35:36.880000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc16 (x int) AS remote('127.{2..11}', default.remote_table, 'remote_user', 'HTXKSM3YNE571SI9', rand()) on node (cluster.py:3658, query) 2026-04-10 18:35:37.096000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc17 (x int) AS remote('127.{2..11}', 'default.remote_table', 'remote_user', 'HTXKSM3YNE571SI9', rand()) on node (cluster.py:3658, query) 2026-04-10 18:35:37.312000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc18 (x int) AS remote('127.{2..11}', 'default', 'remote_table', 'remote_user', 'HTXKSM3YNE571SI9', rand()) on node (cluster.py:3658, query) 2026-04-10 18:35:37.527000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc19 (x int) AS remote('127.{2..11}', numbers(10), 'remote_user', 'HTXKSM3YNE571SI9', rand()) on node (cluster.py:3658, query) 2026-04-10 18:35:37.743000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc20 (x int) AS remoteSecure('127.{2..11}', 'default', 'remote_table', 'remote_user', 'HTXKSM3YNE571SI9') on node (cluster.py:3658, query) 2026-04-10 18:35:37.959000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc21 (x int) AS remoteSecure('127.{2..11}', 'default', 'remote_table', 'remote_user', rand()) on node (cluster.py:3658, query) 2026-04-10 18:35:38.175000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc22 (x int) AS mysql(named_collection_1, host = 'mysql80', port = 3306, database = 'mysql_db', table = 'mysql_table', user = 'mysql_user', password = 'HTXKSM3YNE571SI9') on node (cluster.py:3658, query) 2026-04-10 18:35:38.391000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc23 (x int) AS postgresql(named_collection_2, password = 'HTXKSM3YNE571SI9', host = 'postgres1', port = 5432, database = 'postgres_db', table = 'postgres_table', user = 'postgres_user') on node (cluster.py:3658, query) 2026-04-10 18:35:38.606000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc24 (x int) AS s3(named_collection_2, url = 'http://minio1:9001/root/data/test4.csv', access_key_id = 'minio', secret_access_key = 'HTXKSM3YNE571SI9') on node (cluster.py:3658, query) 2026-04-10 18:35:38.823000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc25 (x int) AS remote(named_collection_6, addresses_expr = '127.{2..11}', database = 'default', table = 'remote_table', user = 'remote_user', password = 'HTXKSM3YNE571SI9', sharding_key = rand()) on node (cluster.py:3658, query) 2026-04-10 18:35:39.039000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc26 (x int) AS remoteSecure(named_collection_6, addresses_expr = '127.{2..11}', database = 'default', table = 'remote_table', user = 'remote_user', password = 'HTXKSM3YNE571SI9') on node (cluster.py:3658, query) 2026-04-10 18:35:39.255000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc27 (x int) AS s3('http://minio1:9001/root/data/test9.csv.gz', 'NOSIGN', 'CSV') on node (cluster.py:3658, query) 2026-04-10 18:35:39.470000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc28 (x int) AS s3('http://minio1:9001/root/data/test10.csv.gz', 'minio', 'HTXKSM3YNE571SI9') on node (cluster.py:3658, query) 2026-04-10 18:35:39.686000 [ 672 ] DEBUG : Executing query CREATE TABLE tablefunc29 (x int) AS deltaLake('http://minio1:9001/root/data/test11.csv.gz', 'minio', 'HTXKSM3YNE571SI9') on node (cluster.py:3658, query) ---------------------------- Captured log teardown ----------------------------- 2026-04-10 18:35:40.108000 [ 672 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/.env --project-name roottestmasksensitiveinfo-gw0 --file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/node/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_azurite.yml stop --timeout 20] (cluster.py:121, run_and_check) 2026-04-10 18:35:55.116000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-node-1 Stopping (cluster.py:147, run_and_check) 2026-04-10 18:35:55.116000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-node-1 Stopped (cluster.py:147, run_and_check) 2026-04-10 18:35:55.116000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo3-1 Stopping (cluster.py:147, run_and_check) 2026-04-10 18:35:55.116000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo1-1 Stopping (cluster.py:147, run_and_check) 2026-04-10 18:35:55.116000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-azurite1-1 Stopping (cluster.py:147, run_and_check) 2026-04-10 18:35:55.116000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo2-1 Stopping (cluster.py:147, run_and_check) 2026-04-10 18:35:55.116000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo2-1 Stopped (cluster.py:147, run_and_check) 2026-04-10 18:35:55.117000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo1-1 Stopped (cluster.py:147, run_and_check) 2026-04-10 18:35:55.117000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo3-1 Stopped (cluster.py:147, run_and_check) 2026-04-10 18:35:55.117000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-azurite1-1 Stopped (cluster.py:147, run_and_check) 2026-04-10 18:35:55.117000 [ 672 ] DEBUG : Command:[bash -c [ -f /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/node/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/node/logs/stderr.log* | ( [ -z "" ] && cat || grep -v "$" ) || true] (cluster.py:121, run_and_check) 2026-04-10 18:35:55.128000 [ 672 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/.env --project-name roottestmasksensitiveinfo-gw0 --file /ClickHouse/tests/integration/test_mask_sensitive_info/_instances-1-gw0/node/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_azurite.yml down --volumes] (cluster.py:121, run_and_check) 2026-04-10 18:35:55.577000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-node-1 Stopping (cluster.py:147, run_and_check) 2026-04-10 18:35:55.577000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-node-1 Stopped (cluster.py:147, run_and_check) 2026-04-10 18:35:55.577000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-node-1 Removing (cluster.py:147, run_and_check) 2026-04-10 18:35:55.577000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-node-1 Removed (cluster.py:147, run_and_check) 2026-04-10 18:35:55.578000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo3-1 Stopping (cluster.py:147, run_and_check) 2026-04-10 18:35:55.578000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-azurite1-1 Stopping (cluster.py:147, run_and_check) 2026-04-10 18:35:55.578000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo1-1 Stopping (cluster.py:147, run_and_check) 2026-04-10 18:35:55.578000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo2-1 Stopping (cluster.py:147, run_and_check) 2026-04-10 18:35:55.578000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo3-1 Stopped (cluster.py:147, run_and_check) 2026-04-10 18:35:55.578000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo3-1 Removing (cluster.py:147, run_and_check) 2026-04-10 18:35:55.578000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-azurite1-1 Stopped (cluster.py:147, run_and_check) 2026-04-10 18:35:55.578000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-azurite1-1 Removing (cluster.py:147, run_and_check) 2026-04-10 18:35:55.578000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo2-1 Stopped (cluster.py:147, run_and_check) 2026-04-10 18:35:55.578000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo2-1 Removing (cluster.py:147, run_and_check) 2026-04-10 18:35:55.578000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo1-1 Stopped (cluster.py:147, run_and_check) 2026-04-10 18:35:55.579000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo1-1 Removing (cluster.py:147, run_and_check) 2026-04-10 18:35:55.579000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo2-1 Removed (cluster.py:147, run_and_check) 2026-04-10 18:35:55.579000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo1-1 Removed (cluster.py:147, run_and_check) 2026-04-10 18:35:55.579000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-zoo3-1 Removed (cluster.py:147, run_and_check) 2026-04-10 18:35:55.579000 [ 672 ] DEBUG : Stderr: Container roottestmasksensitiveinfo-gw0-azurite1-1 Removed (cluster.py:147, run_and_check) 2026-04-10 18:35:55.579000 [ 672 ] DEBUG : Stderr: Volume roottestmasksensitiveinfo-gw0_data1-1 Removing (cluster.py:147, run_and_check) 2026-04-10 18:35:55.579000 [ 672 ] DEBUG : Stderr: Network roottestmasksensitiveinfo-gw0_default Removing (cluster.py:147, run_and_check) 2026-04-10 18:35:55.579000 [ 672 ] DEBUG : Stderr: Volume roottestmasksensitiveinfo-gw0_data1-1 Removed (cluster.py:147, run_and_check) 2026-04-10 18:35:55.579000 [ 672 ] DEBUG : Stderr: Network roottestmasksensitiveinfo-gw0_default Removed (cluster.py:147, run_and_check) 2026-04-10 18:35:55.580000 [ 672 ] DEBUG : Cleanup called (cluster.py:861, cleanup) 2026-04-10 18:35:55.599000 [ 672 ] DEBUG : Docker networks for project roottestmasksensitiveinfo-gw0 are NETWORK ID NAME DRIVER SCOPE (cluster.py:840, print_all_docker_pieces) 2026-04-10 18:35:55.617000 [ 672 ] DEBUG : Docker containers for project roottestmasksensitiveinfo-gw0 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:848, print_all_docker_pieces) 2026-04-10 18:35:55.636000 [ 672 ] DEBUG : Docker volumes for project roottestmasksensitiveinfo-gw0 are DRIVER VOLUME NAME (cluster.py:856, print_all_docker_pieces) 2026-04-10 18:35:55.636000 [ 672 ] DEBUG : Command:[docker container list --all --filter name='^/roottestmasksensitiveinfo-gw0-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2026-04-10 18:35:55.656000 [ 672 ] DEBUG : Unstopped containers: {} (cluster.py:875, cleanup) 2026-04-10 18:35:55.656000 [ 672 ] DEBUG : No running containers for project: roottestmasksensitiveinfo-gw0 (cluster.py:889, cleanup) 2026-04-10 18:35:55.656000 [ 672 ] DEBUG : Trying to prune unused networks... (cluster.py:895, cleanup) 2026-04-10 18:35:55.675000 [ 672 ] DEBUG : Trying to prune unused images... (cluster.py:911, cleanup) 2026-04-10 18:35:55.676000 [ 672 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2026-04-10 18:35:55.701000 [ 672 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2026-04-10 18:35:55.701000 [ 672 ] DEBUG : Images pruned (cluster.py:914, cleanup) 2026-04-10 18:35:55.701000 [ 672 ] DEBUG : Trying to prune unused volumes... (cluster.py:920, cleanup) 2026-04-10 18:35:55.701000 [ 672 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2026-04-10 18:35:55.722000 [ 672 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2026-04-10 18:35:55.722000 [ 672 ] DEBUG : Volumes pruned: 1 (cluster.py:925, cleanup) ----------------- generated report log file: parallel1_1.jsonl ----------------- ============================== slowest durations =============================== 70.53s setup test_mask_sensitive_info/test.py::test_create_table 16.57s setup test_keeper_memory_soft_limit/test.py::test_soft_limit_create 15.62s teardown test_mask_sensitive_info/test.py::test_table_functions 6.58s call test_mask_sensitive_info/test.py::test_table_functions 4.13s call test_mask_sensitive_info/test.py::test_create_table 1.43s teardown test_keeper_memory_soft_limit/test.py::test_soft_limit_create 0.27s call test_keeper_memory_soft_limit/test.py::test_soft_limit_create 0.00s teardown test_mask_sensitive_info/test.py::test_create_table 0.00s setup test_mask_sensitive_info/test.py::test_table_functions =========================== short test summary info ============================ FAILED test_mask_sensitive_info/test.py::test_create_table - assert 'DNS_ERRO... FAILED test_mask_sensitive_info/test.py::test_table_functions - helpers.clien... SKIPPED [1] test_keeper_memory_soft_limit/test.py:46: Disabled for sanitizers =================== 2 failed, 1 skipped in 99.18s (0:01:39) ==================== Traceback (most recent call last): File "/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration/./runner", line 492, in subprocess.check_call(cmd, shell=True, bufsize=0) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker run --rm --name clickhouse_integration_tests_5dcu7g --privileged --dns-search='.' --memory=30709030912 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel1_1.jsonl --report-log-exclude-logs-on-passed-tests test_keeper_memory_soft_limit/test.py::test_soft_limit_create test_mask_sensitive_info/test.py::test_create_table test_mask_sensitive_info/test.py::test_table_functions -vvv " altinityinfra/integration-tests-runner:226bfaf75ac1 ' returned non-zero exit status 1.